home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Varios Español
/
Varios Español.iso
/
DBASE5
/
TEMPLATE.ZIP
/
DD_FCOPY.COD
< prev
next >
Wrap
Text File
|
1994-10-12
|
364b
|
12 lines
//
// Module Name: DD_FCOPY.COD - currently (selector name): Menu_Act = 18
// Selectors used : File_from, File_To
// Description: DOC. include file for the File Copy option.
// Syntax : COPY file <name> to <new file>
//
{if File_from and File_To then}
Copiar el fichero {File_from} en el fichero {File_To}
{endif}
{endofpage();}
// EOP DD_COPY.COD